From 2f991e680bea37d1f97ea77df2343200f3899817 Mon Sep 17 00:00:00 2001 From: Anurag Date: Wed, 28 Feb 2024 21:13:25 +0530 Subject: feat: initialise a new totals tab with basic UI (#94) * feat: initialise a new totals tab with basic UI * fix: update group tabs and add stats page * fix: styling within the new elements * Prettier * Display active user expenses only if active user is set --------- Co-authored-by: Sebastien Castiel --- src/app/groups/[groupId]/group-tabs.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/groups/[groupId]/group-tabs.tsx') diff --git a/src/app/groups/[groupId]/group-tabs.tsx b/src/app/groups/[groupId]/group-tabs.tsx index bd603cc..d7a0876 100644 --- a/src/app/groups/[groupId]/group-tabs.tsx +++ b/src/app/groups/[groupId]/group-tabs.tsx @@ -23,6 +23,7 @@ export function GroupTabs({ groupId }: Props) { Expenses Balances + Stats Settings -- cgit v1.3